Dart.Emulation Namespace > OptionCollection Class > AddRange Method : AddRange(Option[]) Method |
Dim instance As OptionCollection Dim items() As Option instance.AddRange(items)
public: void AddRange( array<Option^>^ items )
Use this method to add an array of Options to the OptionCollection, to ensure they are used during option negotiation.
If an existing item has the same Code as the new option, the existing item is removed to prevent duplication.